home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Development Additions / Development Additions Read Me next >
Encoding:
Text File  |  1995-12-15  |  1.5 KB  |  26 lines  |  [TEXT/ttxt]

  1. Development Additions
  2. By The OpenDoc™ Sample Code Team
  3. December 15, 1995
  4.  
  5.  
  6. © 1993-1995  Apple Computer, Inc. All Rights Reserved.
  7. Apple, the Apple logo, and Macintosh are registered trademarks of Apple Computer, Inc.
  8. Mac and OpenDoc are trademarks of Apple Computer, Inc.
  9. -----------------------------------------------------------------------------------------------------------------------------
  10.  
  11. Installation
  12.  
  13. To build any of the samples you will need to to install the "Build Support" folder, at the very least. For Integrated Development Environments (IDE), you should probably install the folder in the system path so all projects have access. 
  14.  
  15. For MPW, you must install the folder in the root MPW directory, or in the "Scripts" folder (the UserStartup•OpenDoc script requires that). In addition, you will need to install the UserStartup•OpenDoc script from the “MPW Additions” folder.
  16.  
  17. That's all folks.
  18.  
  19.  
  20. What is it?
  21.  
  22. The build support folder is a collection of build scripts (including BuildOpenDocPart), compiler settings, and default make rules for MPW based part development. In addition, there are generic prefix/pch files for C & C++ that can be used to generate precompiled headers (dump files); this will vastly improve your build times (and is actually necessary if you are using OpenDoc's utility files).
  23.  
  24. To adjust, or modify, compiler/linker behavior, locate the associated ".make" file in the folder and change the settings in that file.
  25.  
  26. For further discussion on the build system usage, refer to the “SampleCode Read Me”.